Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update steam.mdx #409

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Update steam.mdx #409

merged 2 commits into from
Aug 21, 2023

Conversation

AtaTrkgl
Copy link
Contributor

Changes

  • Added the Windows version of the command for encoding the config.vdf file to base64 to the documentation.

    certutil -encode -f .\config\config.vdf tmp.b64 && findstr /v /c:- tmp.b64 > config_base64.txt

Checklist

  • Read the contribution guide and accept the
    code of conduct
  • Readme (updated or not needed)
  • Tests (added, updated or not needed)

- Added the windows version of the command for encoding the config.vdf file to base64.
@github-actions
Copy link

Cat Gif

Copy link
Member

@davidmfinol davidmfinol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but can you run prettier on the file for formatting?

@GabLeRoux
Copy link
Member

I've run the linter

@GabLeRoux
Copy link
Member

GabLeRoux commented Aug 21, 2023

I confirm the windows command does the right thing. We could also share the following powershell alternative:

[Convert]::ToBase64String([IO.File]::ReadAllBytes(".\config\config.vdf")) | Set-Content -Path config_base64.txt

But I guess it's fine like that 👍 lgtm

@GabLeRoux GabLeRoux merged commit 324e8e3 into game-ci:main Aug 21, 2023
5 checks passed
@AtaTrkgl AtaTrkgl deleted the AtaTrkgl-patch-1 branch August 27, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants